home *** CD-ROM | disk | FTP | other *** search
/ Clickx 60 / Clickx 60.iso / software / windowsliveessentials / windowslive / wlsetup-all.exe / OLConnector.msi / FResourcesDll / HTML / PWCUSTOMUI.XML < prev    next >
Encoding:
Extensible Markup Language  |  2008-11-13  |  799 b   |  11 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnLoad" loadImage="OnLoadImage">
  3.     <ribbon>
  4.         <officeMenu>
  5.             <dynamicMenu id="idSaveToOfficeLive" getContent="getContent" label="Opslaan naar Office Live" getScreentip="OnGetScreentip" showLabel="true" tag="idSaveToOfficeLive" imageMso="FileSave" insertAfterMso="FileSaveAsMenu"/>
  6.             <dynamicMenu id="idOpenFromOfficeLive" getContent="getContent" label="Openen vanuit Office Live" getScreentip="OnGetScreentip" showLabel="true" tag="idOpenFromOfficeLive" imageMso="FileOpen" insertAfterMso="FileSaveAsMenu"/>
  7.             <menuSeparator id="idMainSeperatorStart" insertAfterMso="FileSaveAsMenu"/>
  8.         </officeMenu>
  9.     </ribbon>
  10. </customUI>
  11.